Set the Since: values in the API docs to GSEAL-branch for the newly added accessors...
authorTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 11:03:20 +0000 (11:03 +0000)
committerTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 11:03:20 +0000 (11:03 +0000)
svn path=/trunk/; revision=20549

gtk/gtkentry.c

index e70303faac707d484a068997ff548a008bb22c8f..073472b2b87313b798448c3f78f26bb906095e64 100644 (file)
@@ -639,7 +639,7 @@ gtk_entry_class_init (GtkEntryClass *class)
    *
    * If text is overwritten when typing in the #GtkEntry.
    *
-   * Since: 2.14
+   * Since: GSEAL-branch
    */
   g_object_class_install_property (gobject_class,
                                    PROP_OVERWRITE_MODE,
@@ -653,7 +653,7 @@ gtk_entry_class_init (GtkEntryClass *class)
    *
    * The length of the text in the #GtkEntry.
    *
-   * Since: 2.14
+   * Since: GSEAL-branch
    */
   g_object_class_install_property (gobject_class,
                                    PROP_TEXT_LENGTH,
@@ -4678,6 +4678,8 @@ gtk_entry_set_editable (GtkEntry *entry,
  * @setting: new value
  * 
  * Sets whether the text is overwritten when typing in the #GtkEntry.
+ *
+ * Since: GSEAL-branch
  **/
 void
 gtk_entry_set_overwrite_mode (GtkEntry *entry,
@@ -4700,6 +4702,8 @@ gtk_entry_set_overwrite_mode (GtkEntry *entry,
  * Gets the value set by gtk_entry_set_overwrite_mode().
  * 
  * Return value: whether the text is overwritten when typing.
+ *
+ * Since: GSEAL-branch
  **/
 gboolean
 gtk_entry_get_overwrite_mode (GtkEntry *entry)
@@ -4804,6 +4808,8 @@ gtk_entry_get_max_length (GtkEntry *entry)
  *
  * Return value: the current number of characters
  *               in #GtkEntry, or 0 if there are none.
+ *
+ * Since: GSEAL-branch
  **/
 guint16
 gtk_entry_get_text_length (GtkEntry *entry)